From: Joseph Marrero Corchado Date: Mon, 10 Nov 2025 19:21:56 +0000 (-0500) Subject: otcore-prepare-root: Fix formatting with clang-format X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=78eb8b368646699fae41497f4641fc2af6fad911;p=ostree.git otcore-prepare-root: Fix formatting with clang-format --- diff --git a/src/libotcore/otcore-prepare-root.c b/src/libotcore/otcore-prepare-root.c index 89844f03..8eaedd47 100644 --- a/src/libotcore/otcore-prepare-root.c +++ b/src/libotcore/otcore-prepare-root.c @@ -419,7 +419,8 @@ validate_signature (GBytes *data, GVariant *signatures, GPtrArray *pubkeys, GErr } } - return glnx_throw (error, "No valid (of %" G_GSIZE_FORMAT ") signatures found", g_variant_n_children (signatures)); + return glnx_throw (error, "No valid (of %" G_GSIZE_FORMAT ") signatures found", + g_variant_n_children (signatures)); } // Output a friendly message based on an errno for common cases